home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / icon sammlungen / mwb schatzkiste / icons / sammlungen / mwb_dopus / c / dif.readme < prev    next >
Text File  |  1996-04-07  |  2KB  |  59 lines

  1. Short:    Remaps IFF pictures for higher depths.
  2. Uploader: leo@hampschl.demon.co.uk (Leo Davidson)
  3. Author:   jpotter@birch.apana.org.au (Jonathan Potter)
  4. Type:     gfx/conv
  5.  
  6.  
  7.  
  8. DIF 1.0 © 1995 Jonathan Potter
  9.  
  10. This is a little program designed to allow easy conversion of images
  11. designed for one screen depth to images suitable for another screen depth.
  12. For example, the Magic Workbench icons for DOpus 5 (by Trevor Morris &
  13. Leo Davidson) are all designed for an eight colour screen. If your DOpus
  14. screen (or Workbench screen) is more than eight colours, these images will
  15. be displayed in the wrong colours. DIF can remap these images to allow
  16. their use on a deeper screen.
  17.  
  18. Usage : DIF FROM/A,TO/A,DEPTH/N/A
  19.  
  20.             FROM  - source image file
  21.             TO    - destination image file
  22.             DEPTH - desired depth of the converted image
  23.  
  24. The input file must be an IFF ILBM image. You will normally specify the
  25. depth of your Opus (or Workbench) screen for DEPTH - for instance, my
  26. Workbench screen is 32 colours, so I would specify a DEPTH of 5
  27. (if you don't understand the term "depth", tough luck :)
  28.  
  29. While this program will work on any depth source image, and produce any
  30. depth destination image, it is really designed for converting 8 colour
  31. images to work on a screen of more than 8 colours. For that reason, the
  32. results when using any other depth input image are undefined (well, they're
  33. not undefined, but I've never tried it, so who knows what will happen :)
  34. You can also specify a smaller depth than the original image, in which
  35. case the higher bitplanes will simply be tossed away.
  36.  
  37. The easiest way to use this program is probably to set up a DOpus button,
  38. with a function similar to the following :
  39.  
  40.  
  41.             AmigaDOS       DIF {fu} {d}{o} {RsEnter desired depth:4}
  42.  
  43.             Flags :        Do all files
  44.                            Output to window
  45.                            Rescan dest
  46.                            Window close button
  47.  
  48.  
  49. DIF works on both RLE-compressed images and non-compressed images
  50. (like brushes).
  51.  
  52. If you have any problems with it, you can reach me at :
  53.  
  54.          jpotter@birch.apana.org.au
  55.  
  56.  
  57.  
  58. - Jon
  59.